*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Inter',sans-serif;color:#F0F0F0;background:#0f0f11;display:grid;place-items:center;overflow:hidden;text-align:center}body{background:radial-gradient(circle at 50% 100%,#2a0a20,#0f0f11 60%)}main{width:90%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:24px;animation:fadeIn 1s ease-out}img{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 15px rgba(224,0,122,0.2)}h1{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;letter-spacing:-1px;background:linear-gradient(90deg,#F0F0F0,#D0D0D0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p{font-size:clamp(1rem,4vw,1.2rem);font-weight:400;line-height:1.5;max-width:400px;opacity:.9}a.cta{display:inline-block;padding:14px 28px;background:#E0007A;color:#FFF;text-decoration:none;font-weight:700;border-radius:12px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(224,0,122,0.4)}a.cta:hover{transform:scale(1.05);box-shadow:0 6px 25px rgba(224,0,122,0.6)}#cookie{display:none;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);width:calc(100% - 20px);max-width:600px;background:rgba(40,40,40,0.9);backdrop-filter:blur(5px);color:#F0F0F0;padding:15px;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,0.3);z-index:100;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;font-size:14px}#cookie p{font-size:inherit;line-height:1.4;text-align:left;opacity:1}#cookie-btn{padding:8px 16px;background:#E0007A;color:#FFF;border:0;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap}@media(max-width:480px){#cookie{flex-direction:column}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}